feature/stat-1-create-api-track-events#124
Merged
milanmajchrak merged 12 commits intodtq-devfrom Feb 3, 2023
Merged
Conversation
added 11 commits
January 23, 2023 15:24
…e the user is redirected to the `matomo-statistics` page
mrovnanik
reviewed
Feb 3, 2023
| "caniuse-lite": "^1.0.30001165", | ||
| "cerialize": "0.1.18", | ||
| "ng2-charts": "2.4.3", | ||
| "chart.js": "2.9.4", |
mrovnanik
approved these changes
Feb 3, 2023
mrovnanik
left a comment
There was a problem hiding this comment.
a bit sad, but let's go, not a time to change things right now
milanmajchrak
added a commit
that referenced
this pull request
Jun 19, 2024
* Initial commit * Added the statistics button to the item-page and after clicking on the the user is redirected to the `matomo-statistics` page * Added example graph to the component. * Show year and month data. * Get totalData views * View day data * Styled views and downloads buttons * Changed chart colors * Created chart sorting * Show count of downloaded file * Finished the clarin matomo statistics - the data are loaded from the cache-server. * Removed test files --------- Co-authored-by: MilanMajchrák <milan.majchak@dataquest.sk>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem description
Check the issue.
TO DO:
Statisticsbutton to the Item ViewStatisticsbutton redirect the user to thematomo-statisticspage.matomo-statisticspage fetch the data from thecache-serverand show them in the interactive chart.How to configure Matomo:
core-services.xmlclarin-dspace.cfgProblems
The Matomo didn't track the statistis - the problem was because of missing Authorization Token.